home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-09-12 | 730 b | 31 lines |
- # Project: UnSqueeze
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -throwback -fah -IC:
- Linkflags = -o $@
- ObjAsmflags = -depend !Depend -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.UnSqueeze: @.o.UnSqueeze @.o.call_unsq c:o.stubs
- link $(linkflags) @.o.UnSqueeze @.o.call_unsq c:o.stubs
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.UnSqueeze: @.c.UnSqueeze
- cc $(ccflags) -o @.o.UnSqueeze @.c.UnSqueeze
- @.o.call_unsq: @.s.call_unsq
- objasm $(objasmflags) -from @.s.call_unsq -to @.o.call_unsq
-
-
- # Dynamic dependencies:
- o.UnSqueeze: c.UnSqueeze
- o.UnSqueeze: C:h.kernel
-